Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MSSQL
1) Aggregate Functions
2) Analytical Functions
3) Constraints
4) Cursor
5) Data Set
6) Data Type
7) Database
8) Date Timezone
9) Index
10) Insert Delete Update
11) Math Functions
12) Select Query
13) Sequence
14) Store Procedure Function
15) String Functions
16) Subquery
17) System
18) Table
19) Table Joins
20) Transact SQL
21) Transaction
22) Trigger
23) View
24) XML
Table
1) A double pound sign denotes a global temporary object that is visible to all connections as long as the connection that created it i
2) A statement that qualifies the table to be deleted
3) Add columns to a table
4) Add to columns to a table then check the table structure
5) Add value from two columns as the computed column
6) Aliasing the table helps the readability of your query
7) Alter table to add column
8) Alter table to change column data type
9) Alter table to drop a column
10) Alter table to drop table column
11) Calculated and Derived Columns
12) Check table existence
13) Computed columns are (by default) virtual columns not physically stored in the table
14) Copying Selected Rows from a Table
15) CREATE TABLE statement contains the table name, its column definitions in parentheses For each column, a name, data type specificati
16) Create temporary table for numbers
17) Drop a table if necessary
18) If table exists, rename and create new one
19) Local temporary tables are removed at the end of the current session
20) Reference column index
21) Rename the column name
22) SELECT data INTO a table
23) Subqueries
24) SYNTAX of altering table
25) System procedure sp_rename modifies the name of an existing table
26) Timing the delete and truncate statements
27) To view the properties of a table
28) TRUNCATE a TABLE
29) Use aggregate function in sub-query